const testing.loopPoisonMask

3 uses

	testing (current package)
		benchmark.go#L401: 	if b.loop.n&loopPoisonMask != 0 {
		benchmark.go#L414: 	if b.loop.i&loopPoisonMask != 0 {
		benchmark.go#L527: 	loopPoisonMask = ^uint64((1 << (63 - (iota - 1))) - 1)